Q3Box_SetMinorAxis
You can use theQ3Box_SetMinorAxis
function to set the minor axis of a box.
TQ3Status Q3Box_SetMinorAxis ( TQ3GeometryObject box, const TQ3Vector3D *minorAxis);
box
- A box.
minorAxis
- The desired minor axis of the specified box.
DESCRIPTION
TheQ3Box_SetMinorAxis
function sets the minor axis of the box specified by thebox
parameter to that specified in theminorAxis
parameter.